Convert String to Time
Command Prototype
dRet = Time.CDate(sText, sFormat)
Command Description
Convert a string to time data
Parameter Description
- Required Parameter
- sText--The string to be determine whether it can be converted to time data
- sFormat--Format of the time , '.' stands for any non-numeric character
- return
- dRet--The variable used to save the output of the function call